home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / anti-virus / virusworkshop / install.script < prev    next >
Text File  |  1995-02-20  |  2KB  |  67 lines

  1. ; Script file to install reqtools.library and decrunch.library.
  2. ; Based on Nico François's reqtools installation script.
  3. ; Based on Georg Hoermann`s library installation script.
  4. ; Special thanks must go to Joachim for the bugreport concerning
  5. ; the old script ! Thanks FRED !
  6.  
  7.  
  8. FailAt 21
  9. Echo "        Tristar & Red Sector inc.            "
  10. Echo "                                             "
  11. Echo "  VirusWorkshop Library Installation Script  "
  12. Echo "---------------------------------------------"
  13. Echo "      VW (C) by Markus Schmall 1995          "
  14. Echo "                                             "
  15.  
  16.  
  17. Version >NIL: LIBS:reqtools.library
  18. If NOT ERROR
  19.    Echo "Version of reqtools.library already installed:"
  20.    Version LIBS:reqtools.library
  21. EndIf
  22. Ask "Install reqtools.library V38.1266 ?"
  23. If NOT WARN
  24.    Echo "Installation of reqtools.library aborted!"
  25.    Skip INSTALLDECR
  26. EndIf
  27.  
  28.  
  29. Lab INSTALLDECR
  30. Version >NIL: LIBS:xfdmaster.library
  31. If NOT ERROR
  32.    Echo "Version of xfdmaster.library already installed:"
  33.    Version LIBS:xfdmaster.library
  34. EndIf
  35. Ask "Install xfdmaster.library Version 34.1 ?"
  36. If NOT WARN
  37.    Echo "Installation of xfdmaster.library aborted!"
  38.    Skip INSTALLFILE
  39. EndIf
  40. Copy libs/xfdmaster.library LIBS:xfdmaster.library
  41. Echo "xfdmaster.library copied to your LIBS: directory."
  42.  
  43.  
  44.  
  45. Lab INSTALLFILE
  46. Version >NIL: LIBS:FileID.library
  47. If NOT ERROR
  48.    Echo "Version of FileID.library already installed:"
  49.    Version LIBS:FileID.library
  50. EndIf
  51. Ask "Install FileID.library Version 6.1 ?"
  52. If NOT WARN
  53.    Echo "Installation of FileID.library aborted!"
  54.    Skip END
  55. EndIf
  56. Copy libs/FileID.library LIBS:FileID.library
  57. Echo "FileID.library copied to your LIBS: directory."
  58.  
  59.  
  60. Lab END
  61. Echo "End of installation script reached !"
  62. Wait 1
  63. EndCLI >NIL:
  64.  
  65.  
  66. ; TRSi The sleeping gods are back ... 1995
  67.